Submit

GetPrompts MCP — 1,000+ Battle-Tested AI Prompts

@Sid Saladi

Search 1,000+ battle-tested AI prompts from getprompts.org and pull the full content into your current task — without leaving Claude Code, Cursor, or any MCP client. Four tools: search_prompts, get_prompt, top_prompts, list_categories. 44 categories: PRDs, cold email, interview prep, system design, product strategy, and more. Free with a getprompts.org account; Pro prompts require GetPrompts Pro ($10/mo).
Overview

GetPrompts MCP

Search 1,000+ battle-tested AI prompts from getprompts.org and pull the full content directly into Claude Code, Claude Desktop, or Cursor.

What it does

  • 4 tools: search_prompts, get_prompt, top_prompts, list_categories
  • 44 categories — PRDs, cold email, interview prep, system design, product strategy, writing, debugging, and more
  • Returns the full prompt content body ready to paste
  • Sorted by copy count so the most-loved prompts surface first
  • Free tier: search + use free prompts with a getprompts.org account
  • Pro tier ($10/mo): full library including curated/premium prompts

Install

Claude Code

claude mcp add getprompts -- npx -y getprompts-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "getprompts": {
      "command": "npx",
      "args": ["-y", "getprompts-mcp"]
    }
  }
}

Cursor

One-click: https://cursor.com/install-mcp?name=getprompts&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImdldHByb21wdHMtbWNwIl19

Example usage

In Claude Code:

> find me a prompt for writing a PRD and adapt it to my checkout flow feature

Claude calls search_prompts({query: "PRD"})get_prompt({id: "..."}) → drops the content into the chat → adapts it to your feature.

> what are the top prompts in Product Frameworks?

Claude calls top_prompts({category: "Product Frameworks"}) → returns the most-copied 10.

Sister project

getskills-mcp — same pattern but for installable Claude Code skills (3,000+ in the catalog).

Server Config

{
  "mcpServers": {
    "getprompts": {
      "command": "npx",
      "args": [
        "-y",
        "getprompts-mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server